From 201470c387d6464f99da0d939e743487208a540d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 10 Feb 2020 17:18:44 +0100 Subject: =?UTF-8?q?zdaj=20v=20headerju=20pi=C5=A1e=20endpoint=20verzija?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- endpoint.php | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoint.php b/endpoint.php index d55a917..4cc9931 100644 --- a/endpoint.php +++ b/endpoint.php @@ -2,6 +2,7 @@ error_reporting(0); header("Content-Type: application/json"); header("Access-Control-Allow-Origin: *"); + header("X-sijanec-gimsisextclient-endpoint-version: 0.0.1"); require "main.php"; $g = new gimsisextClient(); $g->setusername($_REQUEST['u']); -- cgit v1.2.3